I gained a 50% performance increase by merging rejected changes#598
Closed
ActuallyTheOwner wants to merge 8 commits intoxCollateral:devfrom
ActuallyTheOwner:dev
Closed
I gained a 50% performance increase by merging rejected changes#598ActuallyTheOwner wants to merge 8 commits intoxCollateral:devfrom ActuallyTheOwner:dev
ActuallyTheOwner wants to merge 8 commits intoxCollateral:devfrom
ActuallyTheOwner:dev
Conversation
Highly experimental changes
Author
Author
|
Another thing I must mention, if the bug with freezes on opening a menu too fast when first creating a world is the same as what I experienced on older versions of vulkanmod, porting to 1.21.4 would fix that and make the PR more stable |
Author
|
I need to correct myself on a bug, it's literally just a freeze when you first create a world |
Contributor
|
I ran the client on your pr branch the current dev branch was giving me around 3700-3800, from this combined PR it was only 3000 flatworld I most likely have different specs |
|
ram to vram is bad for older device which has very less vram |
is there a way to enable only with large vram? |
|
woah this is insane |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I don't know how to code, but please see if this can be made more stable


it is absolutely worth the 1000FPS gain I got
These changes essentially move rendering from ram to vram
Implement some better culling
other stuff
I combined artdeell, fox2code, and thr3343's pull request